projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5033894
)
(dos-codepage-setup): Set selection coding system to cpNNN-dos.
author
Eli Zaretskii
<eliz@gnu.org>
Thu, 4 Feb 1999 15:57:23 +0000
(15:57 +0000)
committer
Eli Zaretskii
<eliz@gnu.org>
Thu, 4 Feb 1999 15:57:23 +0000
(15:57 +0000)
lisp/term/internal.el
patch
|
blob
|
history
diff --git
a/lisp/term/internal.el
b/lisp/term/internal.el
index 2b0806839cd8c01113c83211b88c508411c4ff06..33843a12fc32df6261b4b4aa49e9a45303bfd35a 100644
(file)
--- a/
lisp/term/internal.el
+++ b/
lisp/term/internal.el
@@
-268,6
+268,7
@@
list. You can (and should) also run it whenever the value of
;; (symbol-value (intern (concat cp "-nonascii-translation-table"))))
(set-language-environment (cp-language-for-codepage cp))
(set-default-coding-systems (intern (concat cp "-dos")))
+ (set-selection-coding-system (intern (concat cp "-dos")))
(set-terminal-coding-system
(setq default-terminal-coding-system (intern (concat cp
"-unix"))))